home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / UT_SYSTM / SCRMODE2.ZIP / SMODE.TXT < prev   
Encoding:
Text File  |  1994-11-25  |  923 b   |  18 lines

  1.                        ==========================
  2.                ScreenMode Version 2.0 by Michael Pantazis
  3.                        ==========================
  4.                      *** SCRMODE.EXE is FREEWARE ***
  5.  
  6.        For command line help, enter "SCRMODE" with no parameters.
  7.  
  8.        ScreenMode allows you to change screen modes among 80x25, 80x43, 
  9.     or 80x50 (columns x lines) without ANSI.SYS in memory.  
  10.     I wrote this as a "I need something to..." type of utility--it does 
  11.     what I need and not much more.  It will test for successful execution, 
  12.     returning an errorlevel number equal to the number of rows set.
  13.     For example, running the command "SCRMODE 50" will return errorlevel 50
  14.     if successful. Running "SCRMODE 25" will return errorlevel 25. In all 
  15.     cases, if the mode change fails, or if you enter any number other than 
  16.     25, 43, or 50, it will return errorlevel 1.
  17.  
  18.